docs(security): add cross-references between security policy documents - #1159
Open
baedboibidex-cmyk wants to merge 1 commit into
Open
docs(security): add cross-references between security policy documents#1159baedboibidex-cmyk wants to merge 1 commit into
baedboibidex-cmyk wants to merge 1 commit into
Conversation
baedboibidex-cmyk
marked this pull request as ready for review
July 30, 2026 12:45
baedboibidex-cmyk
pushed a commit
to baedboibidex-cmyk/flowfi
that referenced
this pull request
Aug 3, 2026
…ateral of broken main) Rebases docs/add-security-cross-references onto latest upstream main and fixes pre-existing breakage that has been failing CI on main itself: Backend (Backend CI build + Backend npm test + Docker CI): - schema.prisma: drop duplicated @@unique([transactionHash, eventType]) (Prisma P1012) - app.ts: serialize BigInt as number in every res.json() (u64 streamId, LabsCrypt#829) - sse.service.ts: BigInt-safe SSE payload serialization - soroban-event-worker.ts: fix BigInt/number arithmetic on resume; use workerId in logs - health.routes.ts: import isRedisAvailable/checkRpcHealth; fix indexerDegraded ref - soroban-indexer.service.ts: BigInt coercion; drop unused timestampBigInt - indexer-state.ts: drop createdAt from interface (not in schema) - admin-rate-limiter.middleware.ts: null-safe x-forwarded-for split - tests: BigInt fixtures/assertions, vi.hoisted mocks, null-safe index access, TestRequest typing, orderBy tiebreaker assertion Contracts (Soroban CI): - cargo fmt (rustfmt stable 1.9 drift in stream_contract/src/test.rs) Frontend (Frontend CI): - useIncomingStreams.test.tsx: drive withdraw-poll backoff with fake timers - create-stream-recipient-prefill.test.tsx: raise waitFor timeout (flaky under load)
baedboibidex-cmyk
force-pushed
the
docs/add-security-cross-references
branch
from
August 4, 2026 07:12
48cb0a7 to
f8f56b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add explicit cross-links between SECURITY.md, SECURITY_IMPLEMENTATION_SUMMARY.md, and .github/SECURITY_SETUP_CHECKLIST.md.
Closes #1092